Return

Edit Task: OperationalStatus

Description

The OperationalStatus attribute under EditTask is used to assign an Operational Status to a task. A task must have assignments in order to assign an Operational Status, if a task has no assignments then its Operational Status will always be listed as UNSCHEDULED.

Parameters

Parameter Description
OperationalStatus A string value. The Operational Status value to set.  Default options are ASSIGNED, COMPLETED, FAILED. Note that this does not impact the assignments made to the task

Examples

Set TaskA to COMPLETED status

PATCH api/task/TaskA

Body:

{

"OperationalStatus" : "COMPLETED"

}